home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / ADFiles.exe / 0 / RCDATA / TDLOAD / TDLOAD.txt < prev   
Text File  |  1998-04-27  |  21KB  |  811 lines

  1. object DLoad: TDLoad
  2.   Left = 116
  3.   Top = 16
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   AutoScroll = False
  6.   Caption = 'Downloader'
  7.   ClientHeight = 523
  8.   ClientWidth = 631
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnHide = FormHide
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PanelMain: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 631
  27.     Height = 523
  28.     Align = alClient
  29.     BevelInner = bvLowered
  30.     BorderWidth = 1
  31.     BorderStyle = bsSingle
  32.     TabOrder = 1
  33.     object PanelLog: TPanel
  34.       Left = 3
  35.       Top = 439
  36.       Width = 621
  37.       Height = 77
  38.       Align = alBottom
  39.       BevelOuter = bvNone
  40.       BorderStyle = bsSingle
  41.       TabOrder = 0
  42.       object Logging: TRichEdit
  43.         Left = 0
  44.         Top = 0
  45.         Width = 617
  46.         Height = 73
  47.         TabStop = False
  48.         Align = alClient
  49.         Font.Charset = RUSSIAN_CHARSET
  50.         Font.Color = clWindowText
  51.         Font.Height = -11
  52.         Font.Name = 'MS Sans Serif'
  53.         Font.Style = [fsBold]
  54.         HideSelection = False
  55.         ParentFont = False
  56.         ParentShowHint = False
  57.         ReadOnly = True
  58.         ScrollBars = ssVertical
  59.         ShowHint = False
  60.         TabOrder = 0
  61.         WordWrap = False
  62.       end
  63.     end
  64.     object PanelInfoLog: TPanel
  65.       Left = 3
  66.       Top = 192
  67.       Width = 620
  68.       Height = 242
  69.       BevelOuter = bvNone
  70.       TabOrder = 1
  71.       object PanelInfo: TPanel
  72.         Left = 0
  73.         Top = 0
  74.         Width = 620
  75.         Height = 242
  76.         Align = alClient
  77.         BevelOuter = bvNone
  78.         BorderStyle = bsSingle
  79.         TabOrder = 0
  80.         object ListDLoad: TListView
  81.           Left = 0
  82.           Top = 0
  83.           Width = 616
  84.           Height = 238
  85.           Align = alClient
  86.           ColumnClick = False
  87.           OnClick = ListDLoadClick
  88.           OnDblClick = ListDLoadDblClick
  89.           Columns = <
  90.             item
  91.               Caption = 'Url'
  92.               Width = 150
  93.             end
  94.             item
  95.               Caption = 'IP address'
  96.               Width = 90
  97.             end
  98.             item
  99.               Caption = 'Files'
  100.               Width = 80
  101.             end
  102.             item
  103.               Caption = 'Remote path/name'
  104.               Width = 120
  105.             end
  106.             item
  107.               Caption = 'Local path/name'
  108.               Width = 120
  109.             end
  110.             item
  111.               Caption = 'Size of File'
  112.               Width = 80
  113.             end>
  114.           HideSelection = False
  115.           OnEditing = ListDLoadEditing
  116.           OnDragDrop = ListDLoadDragDrop
  117.           OnDragOver = ListDLoadDragOver
  118.           PopupMenu = PopupMenu1
  119.           TabOrder = 0
  120.           ViewStyle = vsReport
  121.           SmallImages = SmallImages
  122.           StateImages = SmallImages
  123.         end
  124.       end
  125.     end
  126.     object PanelButtons: TPanel
  127.       Left = 3
  128.       Top = 3
  129.       Width = 621
  130.       Height = 36
  131.       Align = alTop
  132.       BevelInner = bvLowered
  133.       TabOrder = 2
  134.       object btAdd: TRxSpeedButton
  135.         Left = 3
  136.         Top = 3
  137.         Width = 30
  138.         Height = 30
  139.         Hint = 'Add new Url for downloading'
  140.         Flat = True
  141.         GrayedInactive = False
  142.         ParentShowHint = False
  143.         OnClick = AddUrl1Click
  144.       end
  145.       object btEdit: TRxSpeedButton
  146.         Left = 34
  147.         Top = 3
  148.         Width = 30
  149.         Height = 30
  150.         Hint = 'Edit selected Url'
  151.         Enabled = False
  152.         Flat = True
  153.         GrayedInactive = False
  154.         ParentShowHint = False
  155.         OnClick = EditUrl1Click
  156.       end
  157.       object btDelete: TRxSpeedButton
  158.         Left = 65
  159.         Top = 3
  160.         Width = 30
  161.         Height = 30
  162.         Hint = 'Delete selected Url'
  163.         Enabled = False
  164.         Flat = True
  165.         GrayedInactive = False
  166.         ParentShowHint = False
  167.         OnClick = DeleteUrl1Click
  168.       end
  169.       object btDownload: TRxSpeedButton
  170.         Left = 96
  171.         Top = 3
  172.         Width = 30
  173.         Height = 30
  174.         Hint = 'Download selected Url'
  175.         Enabled = False
  176.         Flat = True
  177.         GrayedInactive = False
  178.         ParentShowHint = False
  179.         OnClick = ListDLoadDblClick
  180.       end
  181.       object btStop: TRxSpeedButton
  182.         Left = 127
  183.         Top = 3
  184.         Width = 30
  185.         Height = 30
  186.         Hint = 'Stop downloading Url'
  187.         Enabled = False
  188.         Flat = True
  189.         GrayedInactive = False
  190.         ParentShowHint = False
  191.         OnClick = Stop1Click
  192.       end
  193.       object PanelTime: TPanel
  194.         Left = 305
  195.         Top = 2
  196.         Width = 314
  197.         Height = 32
  198.         Align = alRight
  199.         BevelOuter = bvNone
  200.         TabOrder = 0
  201.         object Label5: TLabel
  202.           Left = 7
  203.           Top = 8
  204.           Width = 69
  205.           Height = 13
  206.           Caption = 'Current Time  :'
  207.         end
  208.         object Label3: TLabel
  209.           Left = 161
  210.           Top = 1
  211.           Width = 69
  212.           Height = 13
  213.           Caption = 'Elapsed time  :'
  214.         end
  215.         object Label29: TLabel
  216.           Left = 181
  217.           Top = 16
  218.           Width = 49
  219.           Height = 13
  220.           Caption = 'Time left  :'
  221.         end
  222.         object CurrentTime: TPanel
  223.           Left = 83
  224.           Top = 7
  225.           Width = 70
  226.           Height = 18
  227.           BevelInner = bvLowered
  228.           Color = clTeal
  229.           Font.Charset = DEFAULT_CHARSET
  230.           Font.Color = clLime
  231.           Font.Height = -11
  232.           Font.Name = 'MS Sans Serif'
  233.           Font.Style = []
  234.           ParentFont = False
  235.           TabOrder = 0
  236.         end
  237.         object TimeWork: TPanel
  238.           Left = 236
  239.           Top = 0
  240.           Width = 70
  241.           Height = 16
  242.           BevelInner = bvLowered
  243.           Color = clTeal
  244.           Font.Charset = DEFAULT_CHARSET
  245.           Font.Color = clLime
  246.           Font.Height = -11
  247.           Font.Name = 'MS Sans Serif'
  248.           Font.Style = []
  249.           ParentFont = False
  250.           TabOrder = 1
  251.         end
  252.         object TimeLast: TPanel
  253.           Left = 236
  254.           Top = 16
  255.           Width = 70
  256.           Height = 16
  257.           BevelInner = bvLowered
  258.           Color = clTeal
  259.           Font.Charset = DEFAULT_CHARSET
  260.           Font.Color = clLime
  261.           Font.Height = -11
  262.           Font.Name = 'MS Sans Serif'
  263.           Font.Style = []
  264.           ParentFont = False
  265.           TabOrder = 2
  266.         end
  267.       end
  268.     end
  269.     object SplitterInfoLog: TRxSplitter
  270.       Left = 3
  271.       Top = 434
  272.       Width = 621
  273.       Height = 5
  274.       ControlFirst = PanelInfo
  275.       ControlSecond = PanelLog
  276.       Align = alBottom
  277.       OnPosChanged = SplitterInfoLogPosChanged
  278.     end
  279.     object WorkPanel: TPanel
  280.       Left = 3
  281.       Top = 39
  282.       Width = 621
  283.       Height = 153
  284.       BevelInner = bvLowered
  285.       TabOrder = 4
  286.       object WorkPanelSpeed: TPanel
  287.         Left = 2
  288.         Top = 3
  289.         Width = 617
  290.         Height = 72
  291.         BevelInner = bvLowered
  292.         BevelOuter = bvNone
  293.         TabOrder = 0
  294.         object EveryTime: TPanel
  295.           Left = 202
  296.           Top = 2
  297.           Width = 189
  298.           Height = 68
  299.           BevelOuter = bvNone
  300.           TabOrder = 0
  301.           object Label11: TLabel
  302.             Left = 13
  303.             Top = 47
  304.             Width = 162
  305.             Height = 10
  306.             AutoSize = False
  307.             Caption = 
  308.               '|.......|.......|.......|.......|.......|.......|.......|.......' +
  309.               '|.......|.......|'
  310.             Font.Charset = RUSSIAN_CHARSET
  311.             Font.Color = clWindowText
  312.             Font.Height = -8
  313.             Font.Name = 'Small Fonts'
  314.             Font.Style = []
  315.             ParentFont = False
  316.           end
  317.           object Label12: TLabel
  318.             Left = 11
  319.             Top = 56
  320.             Width = 167
  321.             Height = 10
  322.             Caption = 
  323.               '0 (b/s)                        5000                          100' +
  324.               '00'
  325.             Font.Charset = RUSSIAN_CHARSET
  326.             Font.Color = clWindowText
  327.             Font.Height = -8
  328.             Font.Name = 'Small Fonts'
  329.             Font.Style = []
  330.             ParentFont = False
  331.           end
  332.           object RxLabel3: TRxLabel
  333.             Left = 39
  334.             Top = 6
  335.             Width = 109
  336.             Height = 14
  337.             ShadowColor = clWhite
  338.             Caption = 'Average speed (b/s)  :'
  339.             Font.Charset = DEFAULT_CHARSET
  340.             Font.Color = clBlack
  341.             Font.Height = -11
  342.             Font.Name = 'MS Sans Serif'
  343.             Font.Style = []
  344.             ParentFont = False
  345.           end
  346.           object PanelAvSpeed: TPanel
  347.             Left = 11
  348.             Top = 22
  349.             Width = 166
  350.             Height = 28
  351.             BevelInner = bvLowered
  352.             BorderWidth = 1
  353.             TabOrder = 0
  354.             object LabelBot1: TLabel
  355.               Left = 3
  356.               Top = 3
  357.               Width = 160
  358.               Height = 22
  359.               Align = alClient
  360.               Color = clWhite
  361.               ParentColor = False
  362.             end
  363.             object AvSpeedBar: TLabel
  364.               Left = 3
  365.               Top = 3
  366.               Width = 160
  367.               Height = 22
  368.               AutoSize = False
  369.               Color = clMaroon
  370.               ParentColor = False
  371.             end
  372.             object AvSpeedNum: TRxLabel
  373.               Left = 43
  374.               Top = 6
  375.               Width = 8
  376.               Height = 14
  377.               ShadowColor = cl3DLight
  378.               Transparent = True
  379.               Font.Charset = DEFAULT_CHARSET
  380.               Font.Color = clBlack
  381.               Font.Height = -11
  382.               Font.Name = 'MS Sans Serif'
  383.               Font.Style = [fsBold]
  384.               ParentFont = False
  385.             end
  386.           end
  387.         end
  388.         object PanelDownload: TPanel
  389.           Left = 1
  390.           Top = 2
  391.           Width = 189
  392.           Height = 68
  393.           BevelOuter = bvNone
  394.           TabOrder = 1
  395.           object Label13: TLabel
  396.             Left = 11
  397.             Top = 48
  398.             Width = 162
  399.             Height = 10
  400.             AutoSize = False
  401.             Caption = 
  402.               '|.......|.......|.......|.......|.......|.......|.......|.......' +
  403.               '|.......|.......|'
  404.             Font.Charset = RUSSIAN_CHARSET
  405.             Font.Color = clWindowText
  406.             Font.Height = -8
  407.             Font.Name = 'Small Fonts'
  408.             Font.Style = []
  409.             ParentFont = False
  410.           end
  411.           object Label14: TLabel
  412.             Left = 9
  413.             Top = 56
  414.             Width = 168
  415.             Height = 10
  416.             Caption = 
  417.               '0 (%)                               50                          ' +
  418.               '       100'
  419.             Font.Charset = RUSSIAN_CHARSET
  420.             Font.Color = clWindowText
  421.             Font.Height = -8
  422.             Font.Name = 'Small Fonts'
  423.             Font.Style = []
  424.             ParentFont = False
  425.           end
  426.           object RxLabel2: TRxLabel
  427.             Left = 58
  428.             Top = 6
  429.             Width = 72
  430.             Height = 14
  431.             ShadowColor = clWhite
  432.             Caption = 'Downloaded  :'
  433.             Font.Charset = DEFAULT_CHARSET
  434.             Font.Color = clBlack
  435.             Font.Height = -11
  436.             Font.Name = 'MS Sans Serif'
  437.             Font.Style = []
  438.             ParentFont = False
  439.           end
  440.           object ProgPanel: TPanel
  441.             Left = 10
  442.             Top = 22
  443.             Width = 166
  444.             Height = 28
  445.             BevelInner = bvLowered
  446.             BorderWidth = 1
  447.             Ctl3D = True
  448.             ParentCtl3D = False
  449.             ParentShowHint = False
  450.             ShowHint = False
  451.             TabOrder = 0
  452.             object LabelBot: TLabel
  453.               Left = 3
  454.               Top = 3
  455.               Width = 160
  456.               Height = 22
  457.               Align = alClient
  458.               Color = clWhite
  459.               ParentColor = False
  460.             end
  461.             object ProgBar: TLabel
  462.               Left = 3
  463.               Top = 3
  464.               Width = 160
  465.               Height = 22
  466.               AutoSize = False
  467.               Color = clNavy
  468.               ParentColor = False
  469.             end
  470.             object Percent: TRxLabel
  471.               Left = 64
  472.               Top = 4
  473.               Width = 8
  474.               Height = 17
  475.               ShadowColor = cl3DLight
  476.               Transparent = True
  477.               Font.Charset = DEFAULT_CHARSET
  478.               Font.Color = clBlack
  479.               Font.Height = -13
  480.               Font.Name = 'MS Sans Serif'
  481.               Font.Style = [fsBold]
  482.               ParentFont = False
  483.             end
  484.           end
  485.         end
  486.         object PanelGraphic: TPanel
  487.           Left = 380
  488.           Top = 2
  489.           Width = 234
  490.           Height = 68
  491.           BevelOuter = bvNone
  492.           TabOrder = 2
  493.           object lbGraph: TLabel
  494.             Left = 32
  495.             Top = 59
  496.             Width = 59
  497.             Height = 10
  498.             Caption = 'max  5000 bytes'
  499.             Font.Charset = DEFAULT_CHARSET
  500.             Font.Color = clWindowText
  501.             Font.Height = -8
  502.             Font.Name = 'Small Fonts'
  503.             Font.Style = []
  504.             ParentFont = False
  505.           end
  506.           object PanelGraph: TPanel
  507.             Left = 32
  508.             Top = 0
  509.             Width = 197
  510.             Height = 61
  511.             BevelInner = bvLowered
  512.             BorderWidth = 1
  513.             Color = clBlack
  514.             TabOrder = 0
  515.             object Graph: TImage
  516.               Left = 3
  517.               Top = 3
  518.               Width = 191
  519.               Height = 55
  520.               Align = alClient
  521.               ParentShowHint = False
  522.               ShowHint = False
  523.             end
  524.           end
  525.         end
  526.       end
  527.       object PanelCalc: TPanel
  528.         Left = 2
  529.         Top = 75
  530.         Width = 617
  531.         Height = 76
  532.         BevelInner = bvLowered
  533.         BevelOuter = bvNone
  534.         TabOrder = 1
  535.         object Label1: TLabel
  536.           Left = 35
  537.           Top = 6
  538.           Width = 57
  539.           Height = 13
  540.           Caption = 'Size of file  :'
  541.         end
  542.         object Label8: TLabel
  543.           Left = 238
  544.           Top = 53
  545.           Width = 78
  546.           Height = 13
  547.           Caption = 'This download  :'
  548.         end
  549.         object Label2: TLabel
  550.           Left = 212
  551.           Top = 29
  552.           Width = 104
  553.           Height = 13
  554.           Caption = 'Previous downloads  :'
  555.         end
  556.         object Label7: TLabel
  557.           Left = 234
  558.           Top = 6
  559.           Width = 82
  560.           Height = 13
  561.           Caption = 'Total download  :'
  562.         end
  563.         object Label4: TLabel
  564.           Left = 456
  565.           Top = 6
  566.           Width = 64
  567.           Height = 13
  568.           Caption = 'Bits per sec  :'
  569.         end
  570.         object Label10: TLabel
  571.           Left = 435
  572.           Top = 29
  573.           Width = 85
  574.           Height = 13
  575.           Caption = 'Av. speed  (b/s)  :'
  576.         end
  577.         object Label6: TLabel
  578.           Left = 37
  579.           Top = 52
  580.           Width = 57
  581.           Height = 14
  582.           AutoSize = False
  583.           Caption = 'Have rest  :'
  584.         end
  585.         object Label9: TLabel
  586.           Left = 481
  587.           Top = 52
  588.           Width = 39
  589.           Height = 13
  590.           Caption = 'Attemt  :'
  591.         end
  592.         object Label30: TLabel
  593.           Left = 16
  594.           Top = 29
  595.           Width = 76
  596.           Height = 13
  597.           Caption = 'Left download  :'
  598.         end
  599.         object SizeOfFile: TPanel
  600.           Left = 97
  601.           Top = 5
  602.           Width = 84
  603.           Height = 18
  604.           BevelInner = bvLowered
  605.           Color = clTeal
  606.           Font.Charset = DEFAULT_CHARSET
  607.           Font.Color = clLime
  608.           Font.Height = -11
  609.           Font.Name = 'MS Sans Serif'
  610.           Font.Style = []
  611.           ParentFont = False
  612.           TabOrder = 0
  613.         end
  614.         object CurrentSize: TPanel
  615.           Left = 321
  616.           Top = 5
  617.           Width = 84
  618.           Height = 18
  619.           BevelInner = bvLowered
  620.           Color = clTeal
  621.           Font.Charset = DEFAULT_CHARSET
  622.           Font.Color = clLime
  623.           Font.Height = -11
  624.           Font.Name = 'MS Sans Serif'
  625.           Font.Style = []
  626.           ParentFont = False
  627.           TabOrder = 1
  628.         end
  629.         object Previous: TPanel
  630.           Left = 321
  631.           Top = 28
  632.           Width = 84
  633.           Height = 18
  634.           BevelInner = bvLowered
  635.           Color = clTeal
  636.           Font.Charset = DEFAULT_CHARSET
  637.           Font.Color = clLime
  638.           Font.Height = -11
  639.           Font.Name = 'MS Sans Serif'
  640.           Font.Style = []
  641.           ParentFont = False
  642.           TabOrder = 2
  643.         end
  644.         object ThisSize: TPanel
  645.           Left = 321
  646.           Top = 51
  647.           Width = 84
  648.           Height = 18
  649.           BevelInner = bvLowered
  650.           Color = clTeal
  651.           Font.Charset = DEFAULT_CHARSET
  652.           Font.Color = clLime
  653.           Font.Height = -11
  654.           Font.Name = 'MS Sans Serif'
  655.           Font.Style = []
  656.           ParentFont = False
  657.           TabOrder = 3
  658.         end
  659.         object SizeEveryTime: TPanel
  660.           Left = 525
  661.           Top = 5
  662.           Width = 84
  663.           Height = 18
  664.           BevelInner = bvLowered
  665.           Color = clTeal
  666.           Font.Charset = DEFAULT_CHARSET
  667.           Font.Color = clLime
  668.           Font.Height = -11
  669.           Font.Name = 'MS Sans Serif'
  670.           Font.Style = []
  671.           ParentFont = False
  672.           TabOrder = 4
  673.         end
  674.         object AvSpeed: TPanel
  675.           Left = 525
  676.           Top = 28
  677.           Width = 84
  678.           Height = 18
  679.           BevelInner = bvLowered
  680.           Color = clTeal
  681.           Font.Charset = DEFAULT_CHARSET
  682.           Font.Color = clLime
  683.           Font.Height = -11
  684.           Font.Name = 'MS Sans Serif'
  685.           Font.Style = []
  686.           ParentFont = False
  687.           TabOrder = 5
  688.         end
  689.         object HaveRest: TPanel
  690.           Left = 97
  691.           Top = 51
  692.           Width = 84
  693.           Height = 18
  694.           BevelInner = bvLowered
  695.           Color = clTeal
  696.           Font.Charset = DEFAULT_CHARSET
  697.           Font.Color = clLime
  698.           Font.Height = -11
  699.           Font.Name = 'MS Sans Serif'
  700.           Font.Style = []
  701.           ParentFont = False
  702.           TabOrder = 6
  703.         end
  704.         object Attempt: TPanel
  705.           Left = 525
  706.           Top = 51
  707.           Width = 84
  708.           Height = 18
  709.           BevelInner = bvLowered
  710.           Color = clTeal
  711.           Font.Charset = DEFAULT_CHARSET
  712.           Font.Color = clLime
  713.           Font.Height = -11
  714.           Font.Name = 'MS Sans Serif'
  715.           Font.Style = []
  716.           ParentFont = False
  717.           TabOrder = 7
  718.         end
  719.         object BytesLeft: TPanel
  720.           Left = 97
  721.           Top = 28
  722.           Width = 84
  723.           Height = 18
  724.           BevelInner = bvLowered
  725.           Color = clTeal
  726.           Font.Charset = DEFAULT_CHARSET
  727.           Font.Color = clLime
  728.           Font.Height = -11
  729.           Font.Name = 'MS Sans Serif'
  730.           Font.Style = []
  731.           ParentFont = False
  732.           TabOrder = 8
  733.         end
  734.       end
  735.     end
  736.   end
  737.   object PanelExit: TPanel
  738.     Left = 185
  739.     Top = 216
  740.     Width = 271
  741.     Height = 62
  742.     BevelInner = bvLowered
  743.     Caption = 'Waiting for exit  from downloading  ...'
  744.     Font.Charset = DEFAULT_CHARSET
  745.     Font.Color = clWindowText
  746.     Font.Height = -11
  747.     Font.Name = 'MS Sans Serif'
  748.     Font.Style = [fsBold]
  749.     ParentFont = False
  750.     TabOrder = 0
  751.   end
  752.   object PopupMenu1: TPopupMenu
  753.     OnPopup = PopupMenu1Popup
  754.     Left = 585
  755.     Top = 301
  756.     object Download1: TMenuItem
  757.       Caption = 'D&ownload from Url'
  758.       OnClick = ListDLoadDblClick
  759.     end
  760.     object N1: TMenuItem
  761.       Caption = '-'
  762.     end
  763.     object AddUrl1: TMenuItem
  764.       Caption = '&Add new Url'
  765.       OnClick = AddUrl1Click
  766.     end
  767.     object N3: TMenuItem
  768.       Caption = '-'
  769.     end
  770.     object EditUrl1: TMenuItem
  771.       Caption = '&Edit selected Url'
  772.       OnClick = EditUrl1Click
  773.     end
  774.     object N4: TMenuItem
  775.       Caption = '-'
  776.     end
  777.     object Stop1: TMenuItem
  778.       Caption = '&Stop download'
  779.       OnClick = Stop1Click
  780.     end
  781.     object Stopalldownloads1: TMenuItem
  782.       Caption = 'S&top all downloads'
  783.       OnClick = Stopalldownloads1Click
  784.     end
  785.     object N2: TMenuItem
  786.       Caption = '-'
  787.     end
  788.     object DeleteUrl1: TMenuItem
  789.       Caption = '&Delete selected Url'
  790.       OnClick = DeleteUrl1Click
  791.     end
  792.   end
  793.   object Timer1: TTimer
  794.     Enabled = False
  795.     OnTimer = Timer1Timer
  796.     Left = 585
  797.     Top = 357
  798.   end
  799.   object SmallImages: TImageList
  800.     Left = 585
  801.     Top = 329
  802.   end
  803.   object TimerAutoGo: TTimer
  804.     Enabled = False
  805.     Interval = 20000
  806.     OnTimer = TimerAutoGoTimer
  807.     Left = 585
  808.     Top = 385
  809.   end
  810. end
  811.